home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3iaairb.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAAIRBRUSHPAINT_H = 1;
- include("real/intact/r3intact.js")
-
-
- var R3CLID_IAAIRBRUSHPAINT = 725;
-
-
-
-
-
-
-
- R3IAAIRBRUSHPAINTA_Continuou = 725500;
- function SetR3IAAIRBRUSHPAINTA_Continuou(value) {
- R3Set(this.r3obj, R3IAAIRBRUSHPAINTA_Continuou, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAAIRBRUSHPAINTA_Continuou() {
- return R3Get(this.r3obj, R3IAAIRBRUSHPAINTA_Continuou, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iaairbrushpaint () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAAIRBRUSHPAINT, arguments);
- }
- // Methods
-
- // Attributes
- this.GetContinuou=GetR3IAAIRBRUSHPAINTA_Continuou;
- this.SetContinuou=SetR3IAAIRBRUSHPAINTA_Continuou;
- }
-
- r3Iaairbrushpaint.prototype=new r3Intact;
- // p3iaairb.h_H